home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 85 / CD-ROM 85 / CD-ROM 85.iso / jogos / crystal / cswin.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2002-06-03  |  1.2 KB  |  33 lines

  1. ;InnoSetupVersion=2.0.18
  2. [Setup]
  3. AppName=Crystal Stacker
  4. AppVerName=Crystal Stacker 1.41
  5. AppId=Crystal Stacker
  6. AppPublisher=NewCreature Design
  7. DefaultDirName={pf}\Crystal Stacker
  8. DefaultGroupName=Crystal Stacker
  9. OutputBaseFilename=cswin
  10. Compression=zip
  11. PrivilegesRequired=none
  12. WizardImageFile=embedded\WizardImage0.bmp
  13. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  14. [Files]
  15. Source: "{app}\readme.txt"; DestDir: "{app}"; 
  16. Source: "{app}\ce.exe"; DestDir: "{app}"; 
  17. Source: "{app}\ce.txt"; DestDir: "{app}"; 
  18. Source: "{app}\cs.cth"; DestDir: "{app}"; 
  19. Source: "{app}\cs.dat"; DestDir: "{app}"; 
  20. Source: "{app}\cs.exe"; DestDir: "{app}"; 
  21. Source: "{app}\cs.xm"; DestDir: "{app}"; 
  22. Source: "{app}\history.txt"; DestDir: "{app}"; 
  23. Source: "{app}\ce.dat"; DestDir: "{app}"; 
  24. Source: "{app}\fmod.dll"; DestDir: "{app}"; 
  25. Source: "{app}\alleg40.dll"; DestDir: "{app}"; 
  26. [Run]
  27. Filename: "{app}\cs.exe"; Description: "Launch Crystal Stacker"; Flags: postinstall skipifsilent nowait
  28. [Icons]
  29. Name: "{group}\Crystal Edit"; Filename: "{app}\ce.exe"; WorkingDir: "{app}"; 
  30. Name: "{group}\Crystal Stacker"; Filename: "{app}\cs.exe"; WorkingDir: "{app}"; 
  31. [UninstallDelete]
  32. Type: filesandordirs; Name: "{app}"; 
  33.